home *** CD-ROM | disk | FTP | other *** search
/ Trading on the Edge / Trading On The Edge - CD-ROM Toolkit (Wayzata Technology)(2031)(1994).bin / pc / mac_file / vendor_d / neuralwa / nw2v50 / demo_net / spr.nna < prev    next >
Text File  |  1993-08-23  |  840b  |  20 lines

  1. !This is the input file to train the sample SPR network provided with
  2. !  NeuralWorks Professional II.  The first two columns numbers in each row are
  3. !  the inputs to the network.  The desired output from the network are
  4. !  the last three columns of numbers.  Notice that only one of hte last
  5. !  three numbers is "on" at any one time.  The patterns used here are binary,
  6. !  but the network accepts values between -1 to +1 as well.
  7. !
  8. !Three are three test sets:  spr1.nna, spr2.nna, spr3.nna.  Each consists
  9. !  of a test set of three of one sequence of three inputs corresponding to
  10. !  the first, second and third output respectively.
  11.  0.0 0.0   1.0 0.0 0.0
  12.  1.0 0.0   1.0 0.0 0.0
  13.  0.0 0.0   1.0 0.0 0.0
  14.  1.0 0.0   0.0 1.0 0.0
  15.  1.0 1.0   0.0 1.0 0.0
  16.  1.0 0.0   0.0 1.0 0.0
  17.  1.0 0.0   0.0 0.0 1.0
  18.  0.0 1.0   0.0 0.0 1.0
  19.  1.0 1.0   0.0 0.0 1.0
  20.